[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            MCursorGraphic - define graphic cursor

  Syntax              void MCursorGraphic(int hotx, int hoty,
                                          char *bitmap);

  Prototype in        mousehk.h

  Remarks             defines the mouse cursor used in graphic mode. The
                      hotx and hoty parameters are the x and y
                      coordinates of the hot spot in the bitmap (-16 to
                      16).

                      The parameter bitmap is a pointer to a graphic
                      cursor bitmap, comprising of a 16 word screen mask
                      and a 16 word cursor mask (64 bytes in total). See
                      Appendix E for more details.

  Return value        nothing.

  See also            MCursorOff(), MCursorOn(), MCursorRangex(),
                      MCursorRangey(), MGotoxy(), MCursorText()

  Example             see Appendix E
                      see demomous.c


See Also: MCursorText() Mouse Info
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson